* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#topHeader {

    height: 60px;
    width: 100vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    gap: 20px;
    letter-spacing: 10px;
}

#topHeader .container {
    display: flex;
letter-spacing: 10px;
}

.container a {
    font-size: 20px;
   letter-spacing: 10px;
    line-height: 16px;
    color: #313131;
    opacity: .400;
    font-weight: bold;
    font-family: "papyrus";
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.container a:hover {
    color: r;
    opacity: 1;
}


#GenericCompany {

    height: 350px;
    width: 100vw;
    display: block;
    padding: 30;
    background-image: url("png/Layer 15.png");
    background-position: -180px -860px;

}

#GenericCompany h1 {
    opacity: 0.902;
    font-size: 30px;
    letter-spacing: 15px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    font-family: "wingdings";
    text-align: center;
    background-color: #491c1c;
    margin: 125 780;
    padding: 6.5px;
}

#welcomeSection{
    display: flex;           
    align-items: center;     
    justify-content: center; 
    background-color: #5c921d;
    padding: 30px;
    padding-bottom: 0px;
    gap: 40px;    
letter-spacing: 10px;
}
#welcomeImage{
    padding-right: 60px;
    padding-bottom: 0px;
    }
    

#welcome {
    height: 350px;
    width: 100vw;
    display: block;
    
    padding-left: 60px;
    padding-top: 60px;
    letter-spacing: 10px;
}

#welcome h1 {
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 44px;
    color: #333333;
    font-family: "papyrus";
    font-weight: 100;
    letter-spacing: 10px;
}


#welcome p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #333333;
    font-family: "papyrus";
}

#passionateSection{
    display: flex;           
    align-items: center;     
    justify-content: center; 
    background-color: #bd5353;
    padding: 30px;
    gap: 40px;    

}
.passionates{
    float: left;
}
#passionate {
    height: 350px;
    width: 100vw;
    display: block;
    padding: 30px;
    padding-left: 550;
    text-align: right;
    background-color: #bd5353;
}

#passionate h1 {
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 44px;
    color: #ffffff;
    font-family: "papyrus";
    text-align: left;
    font-weight: 100;
}

#passionate p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #222244;
    font-family: "papyrus";
    text-align: left;
}
#locationSection{
        display: flex;           
    align-items: center;     
    justify-content: center; 
    background-color: #2b8883;
    padding: 0px;
    padding-bottom: 0px;
    gap: 40px;    
}

#location{
    height: 350px;
    width: 100vw;
    padding: 30px;
    padding-top: 60px;
  padding-left: 120px;
}
#location h1{
    font-size: 40px;
letter-spacing: 0px;
font-weight: 100;
line-height: 44px;
color: #996d6d;
font-family: "papyrus";

}
#location li{
    font-size: 20px;
letter-spacing: 0px;
line-height: 25px;
color: #473636;
font-family: "papyrus";
}

#location ul li:nth-child(1){
    list-style-image: url('png/Ellipse 1.png');
}

#location ul li:nth-child(3){
    list-style-image: url('png/phone.png');
}


#bottomHeader{
    padding: 60px;
    padding-left: 40px;
 background-color: #222222;   
}
#bottomHeader table{
border-collapse: separate; 
    border-spacing: 40px 0px; 
    font-family: "papyrus"; 
    font-size: 12px; 
    text-transform: uppercase; 
    width: max-content;
    color: #999999;
   
}

#bottomHeader a {
    font-size: 12px;
    color: #634a9c;
    opacity: .400;
    font-family: "papyrus";
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
}

#bottomHeader a:hover {
    color: #ededed;
    opacity: 1;
}

#copywrite{
    padding: 15px;
    background-color: #000000;
text-align: center;
}
#copywrite p{
    color: #333333;
    font-family: "papyrus";
}